home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9208 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.lang.c++
  2. Path: usinternet.com!not-for-mail
  3. From: sjibben@usinternet.com (Scott Jibben)
  4. Subject: Re: member function pointer to function pointer conversion?
  5. Message-ID: <21d7cc$02b18.1a0@usinternet.com>
  6. Date: Thu, 29 Feb 1996 06:43:24 GMT
  7. Organization: Jibben Software
  8. X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
  9.  
  10. In message <4h36o7$php@mozo.cc.purdue.edu> - kime@cs.purdue.edu (FJ Kime Jr) wr
  11. ites:
  12. >
  13. >
  14. >Yes,  a member function is meaningless without a specefic object
  15. >to operate on.  I want to manually link 'this' later,  but does anyone
  16. >know of a portable { i.e. something besides a compiler directive } way
  17. >to convert a member function pointer to a function pointer so that
  18. >it may be passed to an assembler routine (or the operating system)?
  19.  
  20. You can declare the function as static, but this has other implications...
  21.  
  22. Scott Jibben 
  23. Jibben Software 
  24. Galactic Overlord & Mines of Gorr BBS Door Games 
  25. ----------------------------- 
  26. [EMAIL] sjibben@usinternet.com
  27. [WWW] http://www.usinternet.com/jsw
  28. [FTP] europa.com /outgoing/DOORS/jibben 
  29. [FTP] ftp.cts.com /pub/dferber/jibben 
  30. [FIDO] 1:282/115 
  31. [BBS] 612-767-2966 (10 USR 28.8 Couriers) 
  32.  
  33.  
  34.